home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / fido / NLFind.lha / NLFind / src.lha / makedist < prev    next >
Text File  |  1995-08-10  |  860b  |  36 lines

  1. ; Make the NLFind distribution
  2. ; (to get output from the commands, remove all "QUIET", ">NIL:" and "q" flags)
  3. ;
  4. failat 21
  5. ;
  6. ; cleanup
  7. delete >NIL: #?.o #?.lnk QUIET
  8. delete >NIL: T:NLFind#? T:#?.DIZ ALL QUIET
  9. ;
  10. ;
  11. ; Make temp dir in T:
  12. makedir T:NLFind
  13. ;
  14. ; copy files
  15. Copy NLFind.guide#? NLFind NLFind.info #?.txt #?.cfg #?.readme ALL TO T:NLFind QUIET
  16. Copy /NLFind.info NLFind.readme FILE_ID.DIZ TO T: QUIET
  17. ;
  18. ; Change the version and date in files
  19. Version NLFind >ENV:NLFVER
  20. Assign edfew: ""
  21. cd ENV:
  22. splat -o "NLFind " "" "NLFVER"
  23. cd T:NLFind
  24. splat -o "<<VERSION>>" "$NLFVER" "NLFind.Guide NLFind.readme /NLFind.readme /FILE_ID.DIZ"
  25. cd edfew:
  26. Assign edfew: REMOVE
  27. ;
  28. ; archives
  29. lha -arxzq a T:NLFind/src.lha #?.c SCOPTIONS #?make#?
  30. lha -arxZq a T:NLFind.lha t:NLFind t:NLFind.info t:FILE_ID.DIZ S:Contact
  31. ;
  32. ;
  33. ; cleanup
  34. delete T:NLFind T:NLFind.info ALL QUIET
  35. ;
  36.